projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c758bd
)
(Saving Emacs Sessions): Correct previous change.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 29 Aug 2003 16:19:00 +0000
(16:19 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 29 Aug 2003 16:19:00 +0000
(16:19 +0000)
man/misc.texi
patch
|
blob
|
history
diff --git
a/man/misc.texi
b/man/misc.texi
index 0342cca031115334f72cab90e1b94699654838ed..6712f61ffda17e43be097c0daf547adc267356fe 100644
(file)
--- a/
man/misc.texi
+++ b/
man/misc.texi
@@
-1886,8
+1886,7
@@
Customization}) to set @code{desktop-enable} to a non-@code{nil} value,
or add these lines at the end of your @file{.emacs} file:
@example
-(desktop-load-default)
-(desktop-read)
+(require 'desktop)
(setq desktop-enable t)
@end example